home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / EDITSDI.PAK / WIN16EXT.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  581b  |  19 lines

  1. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  2. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  3. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  4. // PARTICULAR PURPOSE.
  5. //
  6. // Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  7. //
  8. // PURPOSE: Defines additions to windows.h included in WIN32, but not
  9. //          in win16.
  10.  
  11. #include <ver.h>
  12.  
  13. // Windows NT defines APIENTRY, but 3.x doesn't
  14. #define APIENTRY far pascal
  15.  
  16. // Windows 3.x uses a FARPROC for dialogs
  17. #define DLGPROC FARPROC
  18.  
  19.